github.com/jackc/pgx/v5.sqlLexer.src (field)

29 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L155: 	src     string
		named_args.go#L169: 		src:           sql,
		named_args.go#L211: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L216: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L226: 			nextRune, _ := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L229: 					l.parts = append(l.parts, l.src[l.start:l.pos-width])
		named_args.go#L235: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L241: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L248: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L262: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L267: 				na := namedArg(l.src[l.start:l.pos])
		named_args.go#L277: 			na := namedArg(l.src[l.start:l.pos])
		named_args.go#L290: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L295: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L302: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L312: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L317: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L324: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L334: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L339: 			_, width = utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L342: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L349: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L359: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L364: 			_, width = utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L370: 				l.parts = append(l.parts, l.src[l.start:l.pos])
		named_args.go#L380: 		r, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L385: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L391: 			nextRune, width := utf8.DecodeRuneInString(l.src[l.pos:])
		named_args.go#L404: 				l.parts = append(l.parts, l.src[l.start:l.pos])